-
-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pressure advance calibration tool #4115
base: master
Are you sure you want to change the base?
Conversation
gcode now emmits SET_VELOCITY_LIMIT instead of m204 commands with the decleration value "work arounds" are mentioned a fair bit in Voron discord. "work around" is also using custom_gcode figured i'll add it quickly.
updated tooltip for travel_deceleration_use_target and deceleration_factor removed deceleration_match_to_er_acceleration improvements for deceleration_factor.
seems to work well now. updated tooltip for deceleration_factor.
This reverts commit cb1e694.
This reverts commit bfdff0d.
This reverts commit 94cb239.
initial upload, still alot of work to-do! generates and slices model just fine. few bugs to workout, mainly with CalibrationPressureAdvDialog.cpp model sizing and what not per_objects_gcode i'm wanting to be a 'powerfull' tool that can be used, later it will be used to insert the smooth_time bits aswell. need help with inserting the per_objects_gcode where it's supposed to be :upside_down: currently it only writes it all at the start of the file(helps verifying it's correct)
Thanks, i'll review it tomorrow. |
that's a good question! |
what do you mean by "dropdown row" ? |
theres been requests to be able to have several PA calibration tests on a single plate. |
what you can do:
and when the value change: I think the best is to create a wxFlexGridSizer to store your table. |
sorry for the delay, i haven't had much spare time recently. |
You can left it to me, but then you'll have to describe exactly the behaviour you need (input, output, drawing, etc..). |
can you make it work for both .4 and .6 noxxles? |
thanks for mentioning that. i've changed nozzle sizes and everything breaks 🙃 but i'll keep messing around with the math to try keep the models the same size+scale for widths for regardless of nozzle_size |
thank you, I should be able to figure out the math/scaling issue to get everything aligned up. as for the GUI, it will just need to have that "dropdown box" so users can select other variables for the other PA test to run(so they can run several tests for 1 plate), how it 'looks' doesn't really matter that much. |
made new 3mf models for the new scaling method i'm using might put them in another folder later
needed a more clear description of path when reading code, considering adding a "wave 90 bend" model, the "wave" style should make it more obvious between PA values instead of focusing on the corner. removed other border file, easier to use 1 model for the border.
managed to fix scaling issue with different nozzle sizes. tested with fair few combinations of nozzle sizes, layer height, base layer height, extrusion role widths. seems solid on that part now. added "verify" extended feature, this is just for users to see what ER roles need a new PA value scaling of the borders can still be improved though. it's decent enough for now, but on larger nozzle sizes the borders/numbers get a touch too large and you get "overhangs" TODO: bug test, for any values that get used if percent/float ect TODO: find calculation for external/internal bridges, overhang, ironing, support material/interface TODO: add more info to .html file.
fixed GUI prompt for "unsupported firmware type" need to figure out the math required for the right border so it will be scaled with the numbers.. math is hard :(
need to re-adjust scale for left/top/bottom now, since larger nozzle sizes can prevent bottom solid layers forming.
added prefill value for 'before_layer_gcode'
working on it.
|
updated to 2.5.59.11 adjusted scale in z for the 90_bend models so print would be slightly quicker. found a couple new bugs with merge regarding the auto arrange everything else seems to be ok.
allow to write some gcode each layer, when an object began to print. Useful for calibrations.
allow to write some gcode each time a region start to print something (perimeter, infill, ironing). Useful for calibrations.
* fix all step invalidation incoherence * rename bridge_internal_* settings to internal_bridge (like orca) * reorder entries when they weren't sorted by alphanumeric order.
large improvements. now possible to config multi-plate testing changed default values for test. cleaned code up a fair bit found //BUG: custom gcode ' between extrusion role changes' should that be before or after region gcode?
I've merged your latest changes into the /dev branch
|
thank you, i think this tool is almost finished, just need more feedback from the users now.
i was planning on switching this over aswell, but wasn't sure what other configs might need to be changed. (still need more feedback from users)
might need to adjust the z scale/position for the numbers
that was fixed with the |
updated to master, adjusted pressure calibration max tests to 10
large improvements. now possible to config multi-plate testing changed default values for test. cleaned code up a fair bit found //BUG: custom gcode 'between extrusion role changes' should that be before or after region gcode? adjusted scale in z for the 90_bend models so print would be slightly quicker. found a couple new bugs with merge regarding the auto arrange everything else seems to be ok.
found issue with origin point on exported models. adjusted numbers model to be 1 line width prev was x2 line width set sizes to exact numbers
removed a bunch of lines and cleaned up. couple new small features. loads extra number for test ID to bottom right of model. fixed scaling in xyz fixed flow calculations for scaling max height of *5 layer_height set read only for "number of tests" to create 10 is max(because of test ID feature, this can be fixed later on.) set read only for "extrusion role" select updated tooltips removed some unnecessary text from main config window on updating row count it auto populates the next rows(this is kinda buggy and could use improving) i have not done any prints with beta v1.20 yet up next: fix the welcome page and have it provide usefull information 😃
fixed bugs with default values not getting set. fixed issue with 'internal_bridge_speed' missing on GUI
small typo in "before_layer_gcode" there is no layer "0"! added 'false' flag for rotate when adding models, this might fix 45 degree printer bug?
first_layer when generating tests will no longer have gap fill. first_layer now adds it's PA command correctly and each test has it's independent value welcome page now autoselects last selected role when running multitest plates. infill_every_layers for internalinfill is now supported if your feature_gcode contains firmwares set PA/LA commands it will be auto commented out when exporting .gcode file
added darkmode support for the calibration windows (i still need to test the other calibration windows if they still work, and are clickable) added support for the support material layerheight i need to get the switch statement working to help with maintainability then do alot more refactoring 2.7 notes: compiled 2.7 and made adjustments here so it's ready. arrangement process, and object modifiers are broken, everything else seems to be ok(have not checked the gcode output) scrolling in the object list is now very slow/the scrolling action gets a 'queue' if you scroll then stop the GUI keeps going then stops
new pressure advance calibration tool ! - yay :)
i've read how orca does this, and i wanted it to do it differently. not a fan of the "custom gcode lines"
per_objects_gcode
i'm hoping to be a powerfull tool that can be used in later features / calibration toolsexample;
theres a fair few areas where it can be used.
generates and slices model just fine.
few bugs to workout, mainly with CalibrationPressureAdvDialog.cpp model sizing, handling default values, converting float/percent values, hard coding in where retraction/seams would be, having the values be use input choices(not combo boxes)
per_objects_gcode
later can be used to insert the smooth_time bits aswell.can i please get help with inserting the
per_objects_gcode
where it's supposed to be ? 🙏i'm not entirely sure how the Gcode generation works, and how to get it to process each object/volume and layers
would also need to add the "first layer pa"
first_pa
for the first layer only too(i've noticed during all my PA prints the first layers PA value needs to get set for the first layer speed, otherwise it looks like it has bad layer squish. but it's actually PA doing that.)-currently generates the model and only writes the PA values at the start of the file(helps verifying it's correct)
note: cmake will throw a fit if you don't rebuild the deps 🙃